home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / Shop / shop.dir / 00052.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  165 b   |  15 lines

  1. on mouseEnter
  2.   cursor([cast "curs", cast "mask"])
  3.   go("stories")
  4. end
  5.  
  6. on mouseLeave
  7.   cursor(-1)
  8.   go("video")
  9. end
  10.  
  11. on mouseUp
  12.   cursor(-1)
  13.   go(1, "stories")
  14. end
  15.